home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib6
/
v_08_11
/
8n11040b
< prev
next >
Wrap
Text File
|
1995-11-01
|
425b
|
11 lines
QUE_FIFO First In First Out ordering, records
will be read by age - oldest first.
QUE_LIFO Last In First Out ordering, records
will be read by age - newest first.
QUE_PRIORITY Queue records are ordered by an
application defined priority.